home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Games World / SharewareGames / Xconq 7.2.2 / lib / omaha.g < prev    next >
Text File  |  1998-05-22  |  920b  |  45 lines

  1. (game-module "omaha"
  2.   (title "Omaha Beach Landings")
  3.   (base-module "ww2-bn")
  4.   (variants
  5.    (see-all false)
  6.    (sequential true)
  7.    )
  8.   (instructions (
  9.    "Don't try to play this, it's not finished yet."
  10.    ))
  11.   )
  12.  
  13. (scorekeeper (do last-side-wins))
  14.  
  15. (set initial-date "0:00 6 Jun 1944")
  16.  
  17. (set initial-day-part 0.50)
  18.  
  19. (set last-turn 9)
  20.  
  21. (add u* start-with 0)
  22.  
  23. (side 1 (name "Allies") (adjective "Allied") (class "allied")
  24.    (color "blue") (emblem-name "white-star"))
  25.  
  26. (side 2 (name "Germany") (adjective "German") (class "german")
  27.    (color "black") (emblem-name "german-cross"))
  28.  
  29. (set sides-min 2)
  30. (set sides-max 2)
  31.  
  32. (area 40 19 (restrict 186 159 55 80))
  33.  
  34. (include "t-normandy") ; has to go here so towns get on German side
  35.  
  36. (unit-defaults (s 1))
  37.  
  38. (landing-ship 90 90 (sym ls1))
  39. (landing-ship 89 91 (sym ls2))
  40. (landing-ship 88 92 (sym ls3))
  41.  
  42. (inf-mot 90 90 (in ls1))
  43. (inf-mot 89 91 (in ls2))
  44. (inf-mot 88 92 (in ls3))
  45.